home *** CD-ROM | disk | FTP | other *** search
- Path: sobt.accessorl.net!user
- From: eric@accessorl.net (Eric Shaw)
- Newsgroups: comp.dcom.modems
- Subject: Re: Fixed problem RE: trumpet winsock connect at 2400
- Date: Mon, 05 Feb 1996 23:27:23 -0500
- Organization: Access Orlando
- Message-ID: <eric-0502962327230001@sobt.accessorl.net>
- References: <4f2tjp$c3f@stealth.loa.com>
- NNTP-Posting-Host: sobt.accessorl.net
-
- In article <4f2tjp$c3f@stealth.loa.com>, zippo@loa.com (zippo) wrote:
-
- >is gone,,and i know all i need is the magic init string..well heres
- >what worked for me after ten logons at 28800 (AT$F1)=my
- >default,(&M0)=select direct asynchronous mode), (&K3)=enable rts/cts
-
- This &M0 is most likely *NOT* what you want. It probably turns off error
- correction and compression and will be TERRIBLE with a 28800 if you don't
- have *pristine* line conditions, in addition to at least a 15% slowdown
- even if your line is perfect, because with error correction, you strip out
- the start and stop bits. Also, direct asynchronous mode implies that the
- serial port rate matches the line rate, which is also not what you want.
- With a high speed modem, you need the serial port set at a HIGHER DTE rate
- than the modem's DCE rate. i.e. at least 38400 or 57600.
-
- My guess is you need to use AT&M5 instead (or whatever your modem's
- command is to enable Normal ASB mode with error correction and
- compression). You also need to tell your term software not to adjust
- speed, and dial at at least 38400.
-